Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / BaseCollection<T> Class / GetKeyForItem Method
The element from which to extract the key.

In This Topic
    GetKeyForItem Method (BaseCollection<T>)
    In This Topic
    Extracts the key from the specified element.
    Syntax
    'Declaration
     
    Protected Overrides Function GetKeyForItem( _
       ByVal item As T _
    ) As System.Guid
    protected override System.Guid GetKeyForItem( 
       T item
    )

    Parameters

    item
    The element from which to extract the key.

    Return Value

    The key for the specified element.
    See Also